add options descriptions for the validate filter.
authortsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 30 Jan 2014 03:18:56 +0000 (03:18 +0000)
committertsteven4@gmail.com <tsteven4@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 30 Jan 2014 03:18:56 +0000 (03:18 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4726 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/xmldoc/filters/options/validate-checkempty.xml [new file with mode: 0644]
gpsbabel/xmldoc/filters/options/validate-debug.xml [new file with mode: 0644]

diff --git a/gpsbabel/xmldoc/filters/options/validate-checkempty.xml b/gpsbabel/xmldoc/filters/options/validate-checkempty.xml
new file mode 100644 (file)
index 0000000..770b13c
--- /dev/null
@@ -0,0 +1,3 @@
+<para>
+This option will cause a fatal error if there are no waypoints, no route waypoints and no track waypoints, i.e. the reader didn't produce anything.
+</para>
diff --git a/gpsbabel/xmldoc/filters/options/validate-debug.xml b/gpsbabel/xmldoc/filters/options/validate-debug.xml
new file mode 100644 (file)
index 0000000..c741e02
--- /dev/null
@@ -0,0 +1,3 @@
+<para>
+This option will output verbose messages reporting the state of the internal data structures holding waypoints, routes and tracks.  Detected problems will normally produce a fatal error, but with this option in effect no error will be thrown allowing continued processing. 
+</para>